From 4c8d4cf5256b7a72661b47b78fbf22f16085eea4 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 12 Jan 2001 14:10:17 +0000 Subject: [PATCH] Fix last change. --- src/dispnew.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dispnew.c b/src/dispnew.c index 7bdfaa5cac6..dff5c91719d 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -4204,8 +4204,7 @@ update_text_area (w, vpos) /* If the desired row extends its face to the text area end, make sure we write at least one glyph, so that the face extension actually takes place. */ - if (MATRIX_ROW_EXTENDS_FACE_P (desired_row) - && !w->pseudo_window_p) + if (MATRIX_ROW_EXTENDS_FACE_P (desired_row)) --desired_stop_pos; #endif -- 2.30.2